@font-face {
font-family: 'AvenirNextCyr-Regular';
        src: url('../fonts/avenir/AvenirNextCyr-Regular.otf');
}
@font-face {
font-family: 'pfagoraslabpro-bold';
        src: url('../fonts/pfagoraslabpro/pfagoraslabpro-bold.ttf');
}
@font-face {
font-family: 'AvenirNextCyr-Bold';
        src: url('../fonts/avenir/AvenirNextCyr-Bold.otf');
}
@font-face {
font-family: 'RUBSN';
        src: url('../fonts/RUBSN.otf');
}

body {
    padding: 0px;
    margin: 0;
    font-family: 'AvenirNextCyr-Regular', sans-serif;
    font-size: 14px;
    min-width: 300px;
    font-weight: 400;
    -webkit-text-size-adjust: none;
    -webkit-appearance: none;
    height: 100%;
    min-height: 100%;
    color: #1A1A1A;
}

input[type=text],
input[type=submit],
textarea {
    -webkit-appearance: none !important;
    outline: none;
}
.rouble {
    font-family: 'RUBSN';
    line-height: 16px;
}
.conteiner {
    max-width: 1260px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    position: relative;
}
header {
    height: 134px;
    position: absolute;
    width: 100%;
    top: 0px;
    z-index: 5;
    background: #fff;
    opacity: 1;
    height: 134px;
}
header.stiky {
    position: absolute;
    width: 100%;
    top: 0px;
    z-index: 5;
    background: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
}
header.active {
    position: fixed;
    border-bottom: 1px solid #f2f2f2;
    top: 0px;
    opacity: 1;
}
.items {
    display: none;
}
.logo {
    font-family: 'pfagoraslabpro-bold',sans-serif;
    font-size: 53px;
    color: #1A1A1A;
    line-height: 33px;
    margin-top: 20px;
    display: block;
    background: url(../img/logo.svg) no-repeat left center;
    padding-left: 70px;
    padding-top: 20px;
    float: left;
}
.logo span {
    font-size: 16px;
    font-family: 'AvenirNextCyr-Regular', sans-serif;
    display: block;
}
.logo:hover, .logo:active, .logo:focus {
    color: #1A1A1A;
    text-decoration: none;
}
.mobile-menu ul {
    margin-left: 20px;
    padding-left: 0px;
}
nav ul li {
    display: inline-block;
    margin-left: 32px;
    margin-right: 32px;
}
nav ul li a {
    font-size: 24px;
    color: #1A1A1A;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    cursor: pointer;
    font-family: 'pfagoraslabpro-bold',sans-serif;
}
header.abs {
    z-index: 44;
}
nav ul li:last-child a {
    font-family: 'AvenirNextCyr-Bold', sans-serif;
}
nav ul li a:hover {
    border-bottom: 5px solid #315DFB;
    text-decoration: none;
    color: #000;
}
nav ul li a:focus, nav ul li a:active {
    color: #000;
    text-decoration: none;
}
nav {
    float: right;
    margin-top: 50px;
    margin-left: 40px;
}
.nomber_header {
    margin-top: 55px;
    font-size: 18px;
    background: url(../img/phone.svg) no-repeat;
    padding-left: 23px;
    height: 30px;
    color: #1A1A1A;
    line-height: 28px;
    float: right;
}
.nomber_header a {
    color: #1A1A1A;
}
.nomber_header a:hover, .nomber_header a:focus {
    color: #1a1a1a;
    text-decoration: none;
}
.block_1 {
    overflow-y: hidden;
    height: 881px;
    position: relative;
    margin-top: 131px;
}
.block_1:before {
    content: " ";
    display: block;
    width: 10px;
    height: 290px;
    background: #315dfb;
    top: 27%;
    margin-top: -150px;
    position: absolute;
    left: 0px;
}

.block_1:after {
    content: " ";
    display: block;
    width: 10px;
    height: 290px;
    background: #315dfb;
    top: 27%;
    margin-top: -150px;
    position: absolute;
    right: 0px;
}


.block_1 h1 {
    margin: 0px;
    padding-top: 80px;
    font-size: 80px;
    color: #000;
    font-family: 'AvenirNextCyr-Bold', sans-serif;
    max-width: 650px;
    margin-bottom: 60px;
    z-index: 2;
    position: relative;
    line-height: 95%;
}
.block_1 .conteiner {
    height: 881px;
    padding-left: 80px;
    position: relative;
    max-width: 90%;
}
.girl {
    background: url(../img/275.jpg) no-repeat;
    background-size: cover;
    width: 663px;
    position: absolute;
    right: 30px;
    top: 0px;
    height: 881px;

}
.description_main_block_1 {
    font-size: 27px;
    margin-top: 20px;
    color: #000;
    max-width: 520px;
}
.view_all_cases {
    display: none;
}
.dl_price {
    display: none;
}
form input {
    width: 322px;
    height: 60px;
    border:2px solid #fff;
    border-radius: 60px;
    background: none;
    color: #fff;
    padding-left: 30px;
    margin-top: 40px;
    font-size: 18px;
}
form button {
    background: #315dfb;
    width: 186px;
    height: 60px;
    border: none;
    color: #fff;
    font-size: 18px;
    margin-left: 15px;
    position: relative;
    top: -2px;
    border-radius: 60px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
form button:hover {
    opacity: 0.85;
}
.block_2 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.title {
    text-align: center;
    font-size: 40px;
    margin-bottom: 45px;
}
.md-6 {
    max-width: 460px;
    margin-left: 15px;
    width: 100%;
    margin-right: 15px;
}
.row-flex {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox; 
    -ms-flex-pack: distribute; 
    justify-content: space-around;
    max-width: 1000px;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.enter_projects_title {
    text-align: center;
    font-size: 22px;
    font-family: 'AvenirNextCyr-Bold', sans-serif;
    color: #333;
    background: url(../img/in.png) no-repeat left;
    background-size: 24px 32px;
    padding-left: 35px;
    display: table;
    margin: 0 auto;
    margin-bottom: 25px;
}
.out_projects_title {
    text-align: center;
    font-size: 22px;
    font-family: 'AvenirNextCyr-Bold',sans-serif;
    color: #333;
    background: url(../img/out.png) no-repeat left;
    background-size: 24px 32px;
    padding-left: 35px;
    display: table;
    margin: 0 auto;
    margin-bottom: 25px;
}
.project {
    width: 100%;
    border: 1px solid #ccc;
    font-size: 18px;
    padding-left: 65px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 3px;
    position: relative;
    cursor: pointer;
    padding-right: 15px;
}
.project:hover {
    background: #315DFB;
    color: #fff;
}
.project:hover:before {
    background: #fff;
}
.project:before {
    position: absolute;
    content: " ";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #315DFB;
    left: 30px;
    top:27px;
    margin-top: -5px;
}
.block_3 {
    background: #F9F9F9;
    padding-top: 40px;
    padding-bottom: 40px;
}

.front_case {
    width: 460px;
    min-height: 320px;
    -webkit-box-shadow: 0px 0px 10px #d9d9d9;
    box-shadow: 0px 0px 10px #d9d9d9;
    background: #fff;
    border-radius: 5px;
    padding-bottom: 30px;
}
.front_case p {
    margin-left: 25px;
    color: #808080;
    margin-top: 20px;
    font-size: 12px;
    font-style: italic;
    padding-right: 15px;
}
.front_case h3 {
    margin-left: 25px;
    font-size: 21px;
    color: #315DFB;
    font-family: 'AvenirNextCyr-Bold', sans-serif;
    margin-top: 15px;
    padding-right: 15px;
}
.case_conteiner {
    position: relative;
    margin-bottom: 40px;
}
.back_case {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #315DFB;
    background: rgba(49, 93, 251, 0.9);
    color: #fff;
    border-radius: 5px;
    top: 0px;
    font-size: 16px;
    padding: 30px 30px;
    left: 0px;
    right: 0px;
    visibility: hidden;
    opacity: 0;
    bottom: 0px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.resultat_case {
    margin-top: 55px;
    font-family: 'AvenirNextCyr-Bold', sans-serif;
}
.back_case a {
    color: #fff;
}
.case_conteiner:hover .back_case {
    display: block;
    visibility: visible;
    opacity: 1;
}
.why_we {
    padding-top: 60px;
    padding-bottom: 60px;
}
.why_content {
    max-width: 410px;
    margin-bottom: 45px;
}
.why_text {
    display: inline-block;
    font-size: 22px;
    width: calc(100% - 124px);
    vertical-align: top;
    margin-top: 7px;
}
.why_img {
    width: 120px;
    display: inline-block;
    vertical-align: top;
}
.why_flex {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox; 
    display: -webkit-box; 
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 980px;
    margin: 0 auto;
    margin-top: 30px;
}

.table_block {
    background: #F0F5F9;
    padding-top: 60px;
    padding-bottom: 60px;
}


.tabs {
	max-width: 100%;
	margin: 0 0 30px;
}
.tabs__caption {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox; 
    display: -webkit-box; 
    display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	list-style: none;
	position: relative;
	margin: -1px 0 0 -1px;
}
.tabs__caption li:last-child:before {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	right: -2px;
	z-index: -1;
	height: 5px;
	background: #7DCA86;
}
.tabs__caption:after {
	content: '';
	display: table;
	clear: both;
}
.slick-slide img {
    display: inline-block;
}
.slick-slide {
    text-align: center;
}
.tabs__caption li {
    margin: 13px 17px;
    font-size: 17px;
	color: #333;
	position: relative;
    border-bottom: 1px dashed #d9d9d9;
    display: table;
}
.tabs__caption li:not(.active) {
	cursor: pointer;
}
.tabs__caption li:not(.active):hover {
	border-bottom: 1px dashed transparent;
    opacity: 0.4;
}
.tabs__caption .active {
    border-bottom: 1px dashed transparent;
    opacity: 0.4;
}

.tabs__content {
	display: none;
}
.tabs__content.active {
	display: block;
}

.vertical .tabs__caption {
	float: left;
	display: block;
    margin-right: 30px;
}
.vertical .tabs__caption li {
	float: none;
}
.vertical .tabs__caption li:last-child:before {
	display: none;
}
.vertical .tabs__caption .active:after {
	left: auto;
	top: 0;
	right: -2px;
	bottom: 0;
	width: 2px;
	height: auto;
}
.vertical .tabs__content {
	overflow: hidden;
}
.tabs__content h3 {
    margin-top: 0px;
    font-family: 'AvenirNextCyr-Bold', sans-serif;
    font-size: 24px;
}
.tabs__content h3 span {
    color: #315DFB;
}
.border_table {
    border: 1px solid #ccc;
    padding: 24px;
    border-radius: 10px;
    margin-top: 30px;
    width: 856px;
    background: #fff;
    
}
.head_table {
    background: #E6E6E6;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'AvenirNextCyr-Bold', sans-serif;
    color: #333;
    line-height: 40px;
    font-size: 16px;
    margin-bottom: 5px;
}
.head_table .td_3 {
    color: #333;
}
.td_1 {
    float: left;
    width: 230px;
}
.row_table .td_1 {
    padding-top: 7px;
    padding-bottom: 7px;
}
.td_2 {
    float: left;
    width: 425px;
}
.td_2 p, .td_3 p {
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
    padding-top: 7px;
    padding-bottom: 7px;
}

.td_2 p:last-child, .td_3 p:last-child {
    border-bottom: none;
}
.td_3 {
    float: right;
    width: 130px;
    text-align: center;
    color: #315DFB;
    font-family: 'AvenirNextCyr-Bold', sans-serif;
}
.head_table:after, .row_table:after {
    content: " ";
    display: block;
    clear: both;
}
.row_table {
    padding-left: 20px;
}
.row_table {
    border-bottom: 1px solid #ccc;
}
.row_table:last-child {
    border-bottom: none;
}
.btn.green {
    width: 350px;
    height: 40px;
    line-height: 25px;
    display: inline-block;
    background: #39C11A;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 15px;
    text-align: center;
    font-size: 16px;
    font-family: 'AvenirNextCyr-Bold', sans-serif;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border: none;
}
.btn.green:hover {
    opacity: 0.85;
}
.projects {
    padding-top: 60px;
    padding-bottom: 70px;
    background: #F9F9F9;
}
.flex_projects {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox; 
    display: -webkit-box; 
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.projects img {
    border-radius: 50%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin-bottom: 20px;
}
.projects img:hover {
    -webkit-box-shadow: 0px 9px 12px #d9d9d9;
    box-shadow: 0px 9px 12px #d9d9d9;
}
footer {
    background: url(../img/bg-footer.png) no-repeat center;
    height: 417px;
    overflow-x: hidden;
    background-size: cover;
}
footer .conteiner {
    position: relative;
    min-height: 417px;
    margin-left: 0px;
    width: 60%;
    float: left;
}
.map {
    width: 40%;
    float: left;
}
footer .footer-decor {
    background: url(../img/phone-footer.svg) no-repeat 0px -60px;
    height: 437px;
    position: absolute;
    width: 570px;
     overflow-x: hidden;
    top: -20px;
    left: -70px;
}
.footer_work {
    z-index: 2;
    position: relative;
    top: 55px;
    float: right;
    padding-right: 50px;
}
.footer_work .btn {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}
.footer_work .btn:hover {
    background: #fff;
    color: #315DFB;
}
.title_zayavka {
    color: #fff;
    font-size: 40px;
    font-family: 'AvenirNextCyr-Bold', sans-serif;
}
.footer_work p {
    color: #fff;
    font-size: 16px;
    max-width: 600px;
    margin-top: 15px;
}
#form_main_2 {
    margin-bottom: 40px;
}
.phone-footer {
    padding-left: 22px;
    background: url(../img/phone-white.png) no-repeat left;
    background-size: 14px;
}
.footer_work form input {
    margin-top: 15px;
    background: #fff;
    color: #333;
}
.footer_work form input::-webkit-input-placeholder { color: #333; }
.footer_work form input::-moz-placeholder          { color: #333; } /* Firefox 19+ */
.footer_work form input.footer_work form input:-moz-placeholder           { color: #333; } /* Firefox 18- */
.footer_work form input:-ms-input-placeholder   { color: #333; }

::-webkit-input-placeholder { color: white; }
::-moz-placeholder          { color: white; } /* Firefox 19+ */
:-moz-placeholder           { color: white; } /* Firefox 18- */
:-ms-input-placeholder      { color: white; }

.offer_form {
    text-align: center;
}
.offer_form h3 {
    font-size: 30px;
    margin-top: 40px;
}
.offer_form p {
    font-size: 20px;
    max-width: 435px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.offer_form input {
    width: 350px;
    height: 60px;
    border: 1px solid #ccc;
    margin-top: 15px;
    color: #333;
}
.offer_form button {
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    width: 350px;
    outline: none;
}
.offer_form input::-webkit-input-placeholder { color: #000; }
.offer_form input::-moz-placeholder          { color: #000; } /* Firefox 19+ */
.offer_form input:-moz-placeholder           { color: #000; } /* Firefox 18- */
.offer_form input:-ms-input-placeholder      { color: #000; }


.close {
    position: absolute;
    right: 5px;
}


.cmn-toggle-switch {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
          transition: background 0.3s;
    position: absolute;
    right: 0px;
    top: -7px;
    background: #fff;
}

.cmn-toggle-switch:focus {
  outline: none;
}

.cmn-toggle-switch span {
  display: block;
  position: absolute;
  top: 23px;
  left: 8px;
  right: 8px;
  height: 4px;
  background: #315DFB;
    border-radius: 4px;
}

.cmn-toggle-switch span::before,
.cmn-toggle-switch span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #315DFB;
  content: "";
     border-radius: 4px;
}

.cmn-toggle-switch span::before {
  top: -10px;
}

.cmn-toggle-switch span::after {
  bottom: -10px;
}


.cmn-toggle-switch__htx span {
  -webkit-transition: background 0 0.3s;
          transition: background 0 0.3s;
}

.cmn-toggle-switch__htx span::before,
.cmn-toggle-switch__htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0;
          transition-delay: 0.3s, 0;
}

.cmn-toggle-switch__htx span::before {
  -webkit-transition-property: top, -webkit-transform;
          transition-property: top, -webkit-transform;
          transition-property: top, transform;
          transition-property: top, transform, -webkit-transform;
}

.cmn-toggle-switch__htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
          transition-property: bottom, -webkit-transform;
          transition-property: bottom, transform;
          transition-property: bottom, transform, -webkit-transform;
}



.cmn-toggle-switch__htx.active span {
  background: none;
}

.cmn-toggle-switch__htx.active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mobile_toggle {
    display: none;
}
.mobile-menu li.none {
        display: none;
    }
.cmn-toggle-switch__htx.active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.cmn-toggle-switch__htx.active span::before,
.cmn-toggle-switch__htx.active span::after {
  -webkit-transition-delay: 0, 0.3s;
          transition-delay: 0, 0.3s;
}
.project .hider {
    position: relative;
    z-index: 4;
    font-size: 15px;
    display: block;
    text-align: left;
    display: none;
    padding-top: 5px;
    padding-right: 15px;
}


.project span:hover, .project:hover span {
    color: #fff;
}
.how_work {
    border-top: 1px solid #ccc;
    padding-top: 60px;
    margin-top: 70px;
}
.flex_how_work {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.cont_hw {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    width: 280px;
}
.cont_hw .nom_hw {
    text-align: center;
    font-size: 48px;
    font-family: 'AvenirNextCyr-Bold', sans-serif;
    margin-top: 35px;
    position: relative;
}
.cont_hw .nom_hw:after {
    content: " ";
    display: block;
    background: url(../img/phone_down.png) no-repeat;
    width: 46px;
    height: 18px;
    margin: 0 auto;
    background-size: cover;
}
.cont_hw .title_hw {
    text-align: center;
    font-size: 18px;
    text-align: center;
    margin-top: 30px;
    font-family: 'AvenirNextCyr-Bold', sans-serif;
}
.cont_hw p {
    font-size: 13px;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
}
footer a {
    color: #fff;
}
footer a:hover {
color: #fff;}

.yakor {
    position: absolute;
    top: -170px;
}
.btn {
    background: #fff;
    width: 486px;
    height: 75px;
    border: none;
    color: #000;
    font-size: 27px;
    position: relative;
    top: -2px;
    border-radius: 75px;
    border: 1px solid #315dfb;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    line-height: 60px;
    margin-top: 30px;
    font-family: 'pfagoraslabpro-bold',sans-serif;
}
.btn:hover {
    opacity: 0.85;
    color: #fff;
    background: #315dfb;
}
select {
    width: 350px;
    height: 60px;
    border: 1px solid #ccc;
    margin-top: 15px;
    color: #333;
    padding-left: 30px;
    border-radius: 60px;
background: none;
    font-size: 18px;
    -ms-appearance: none;
  appearance: none!important;
    -webkit-appearance: none;
  background: url('../img/arr_svernt.svg') no-repeat 90% 50%;
    padding-right: 10%;
    line-height: 1em;
  /* for FF */
  -moz-appearance: none;
  text-indent: 0.01px; 
  text-overflow: '';
  /* for IE */
  -ms-appearance: none;
  appearance: none!important;
    outline: none;
}
.slick-slide {
    outline: none;
}
header .conteiner {
    max-width: 90%;
}
.nomber_oo {
    font-size: 47px;
    color: #000;
    background: url(../img/phone_big.png) no-repeat 0px 6px;
    padding-left: 70px;
    margin-top: 30px;
    font-family: 'pfagoraslabpro-bold',sans-serif;
}
.nomber_oo a {
    color: #000;
}